home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
unix
/
textmstr.shr
/
tm.hqx
/
Source Code ƒ
/
U
/
InitMenuTextMaster.c
< prev
next >
Wrap
Text File
|
1991-05-09
|
712b
|
26 lines
/* InitMenuTextMaster Extra menu bar initialization */
/* Unit name: InitMenuTextMaster.c */
/* Function: This module allows for extra menubar */
/* initialization. */
/* History: 5/9/91 Original by Prototyper 3.0 */
#include "PCommonTextMaster.h" /* Common */
#include "Common_TextMaster.h" /* Common */
#include "PUtils_TextMaster.h" /* General Utilities */
#include "Utils_TextMaster.h" /* General Utilities */
#include "InitMenuTextMaster.h" /* This file */
/* ======================================================= */
/* Routine: AddExtraMenus */
/* Purpose: Add in any extra menus */
void AddExtraMenus()
{
} /* End of procedure AddExtraMenus */